setEnableDocumentFormFields Method
In This Topic
Sets a value indicating whether document form fields are enabled.
If document form fields are not enabled, then the and methods will return null and new form fields cannot be created.
Syntax
public void setEnableDocumentFormFields(
boolean
)
|
Parameters
- value
- True if the document form fields are enabled.
See Also